home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000821_timbl@www3.cern.ch _Tue Apr 6 17:31:48 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <timbl@www3.cern.ch>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA11161; Tue, 6 Apr 93 17:31:48 MET DST
  4. Received: from www3.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA04462; Tue, 6 Apr 1993 17:51:06 +0200
  6. Received: by www3.cern.ch (NX5.67c/NX3.0S)
  7.     id AA02068; Tue, 6 Apr 93 17:48:56 +0100
  8. Date: Tue, 6 Apr 93 17:48:56 +0100
  9. From: Tim Berners-Lee <timbl@www3.cern.ch>
  10. Message-Id: <9304061648.AA02068@www3.cern.ch>
  11. Received: by NeXT.Mailer (1.87.1)
  12. Received: by NeXT Mailer (1.87.1)
  13. To: "Tony Johnson (415) 926 2278" <TONYJ@scs.slac.stanford.edu>
  14. Subject: Improvements on HTML. 
  15. Cc: dsr@hplb.hpl.hp.com, www-talk@nxoc01.cern.ch
  16. Reply-To: timbl@nxoc01.cern.ch
  17.  
  18.  
  19.  
  20. There have been a lot of improvements proposed for HTML.
  21.  
  22.     - Various forms of includion of graphics
  23.     - Tables
  24.     - Forms
  25.  
  26. I think we should get some concrete proposals for an HTML2 out
  27. onto this list.  This would bring us closer to a DTD for the
  28. new thing, which would allow everyone to go out and
  29. implement it.
  30.  
  31. It is important that noon gets the feeling that the basic
  32. HTML spec is shifting under their feet, so a new name for the
  33. enhanced format might be useful. But not endless discussion of it.
  34.  
  35. The new format should of course be a superset of HTML.  The first
  36. thing it should incldue is indefinite nesting of constructs
  37. which is not allowed in HTML.
  38.  
  39. To kick off the discussion, I propose for the forms part the
  40. following
  41.  
  42. FIELDS
  43. ======
  44. <FIELD NAME="f1" FIELDTYPE=TEXT MAXLEN=40>     </FIELD>
  45.  
  46. This field could be inserted anywhere, including
  47. inside lists and character emphasis, and so would pick up
  48. the formatting from that.  Any contents of the field
  49. would, in a basic form, represent a default value.
  50.  
  51. The fieldtype could default to text, but other values
  52. could be for example INT, FLOAT, URI. The latter would
  53. allow icons to be dropped in, or bookmarks pasted in,
  54. for giving references to other documents.
  55. Example:
  56.  
  57. <h2>Personal Details</h2>
  58. <DL>
  59. <DT>Name<DD><EM><FIELD NAME="nam" FIELDTYPE=TEXT  
  60. MAXLEN=40></FIELD></EM>
  61. <DT>Address<DD><FIELD NAME="adr" FIELDTYPE=TEXT MAX=200></FIELD>
  62. <DT>Children<DD><FIELD NAME="kids" FIELDTYPE=INT> 0 </FIELD>
  63. <DT>Publications<DD><FIELD NAME="pubs" FIELDTYPE=URI MAX=100></FIELD>
  64. </DL>
  65. Any other comments?
  66. <PRE>
  67. <FIELD NAME="cmt"></FIELD>
  68. </PRE>
  69.  
  70. RADIO BUTTONS
  71. =============
  72.  
  73. The radio button element could have exactly the same syntax as the
  74. MENU list or for that matter LI or DIR.  Or even an attribute
  75. RADIO on any of these existing ones?  Need a way of setting the  
  76. default.
  77.  
  78. <RADIO>
  79. <LI>Male
  80. <LI DEFAULT>Female
  81. </RADIO>
  82.  
  83. Tim BL
  84. _________________________________________________________
  85.  
  86.  
  87. BTW:     If anyone has not voted as to the creation of the
  88.     comp.infosystems.www newsgroup, remember to send a message
  89.     to www-yes@msen.com or www-no@msen.com. Voting ends April 20.